home *** CD-ROM | disk | FTP | other *** search
- PXFSIGSUSPEND(3F) Last changed: 2-26-98
-
-
- NNAAMMEE
- PPXXFFSSIIGGSSUUSSPPEENNDD - Waits for a signal
-
- SSYYNNOOPPSSIISS
- SSUUBBRROOUUTTIINNEE PPXXFFSSIIGGSSUUSSPPEENNDD ((_j_s_i_g_s_e_t,, _i_e_r_r_o_r))
- IINNTTEEGGEERR _j_s_i_g_s_e_t,, _i_e_r_r_o_r
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- UNICOS, UNICOS/mk, and IRIX systems
-
- SSTTAANNDDAARRDDSS
- IEEE standard interface for FORTRAN 77
-
- DDEESSCCRRIIPPTTIIOONN
- The PPXXFFSSIIGGSSUUSSPPEENNDD subroutine uses ssiiggssuussppeenndd(2) to replace the signal
- mask of the process with the specified _j_s_i_g_s_e_t set and then suspend
- the process until delivery of a signal whose action is either to
- execute a signal-catching function or to terminate the process. The
- following is a list of valid arguments for this routine:
-
- _j_s_i_g_s_e_t A default integer input variable containing a handle created
- by PPXXFFSSTTRRUUCCTTCCRREEAATTEE((_s_i_g_s_e_t,,......))..
-
- _i_e_r_r_n_o A default integer output variable that contains zero if
- PPXXFFSSIIGGSSUUSSPPEENNDD was successful and nonzero if PPXXFFSSIIGGSSUUSSPPEENNDD
- was not successful.
-
- PPXXFFSSIIGGSSUUSSPPEENNDD always returns an error if control is returned. Any of
- the following error values may also be returned:
-
- EEIINNTTRR The signal is caught by the calling process and control
- is returned from the signal-catching function.
-
- EEBBAADDHHAANNDDLLEE The _j_s_i_g_s_e_t argument is invalid.
-
- On IRIX systems, this routine is in lliibbffoorrttrraann..ssoo which is linked by
- default when compiling programs with the MIPSpro 7 Fortran 90 compiler
- or when compiling programs with the --ccrraayylliibbss option to the MIPSpro
- 7.2 F77 compiler.
-
- When using the CF90 compiler or MIPSpro 7 Fortran 90 compiler on
- UNICOS, UNICOS/mk, or IRIX systems, all arguments must be of default
- kind unless documented otherwise. On UNICOS and UNICOS/mk, default
- kind is KKIINNDD==88 for integer, real, complex, and logical arguments; on
- IRIX systems, the default kind is KKIINNDD==44.
-
- NNOOTTEESS
- Replace any Fortran reference to ssiiggssuussppeenndd(()) with a subroutine call
- to PPXXFFSSIIGGSSUUSSPPEENNDD.
-
- SSEEEE AALLSSOO
- ssiiggssuussppeenndd(2)
- PPXXFFSSTTRRUUCCTTCCRREEAATTEE(3F)
-
- _A_p_p_l_i_c_a_t_i_o_n _P_r_o_g_r_a_m_m_e_r'_s _L_i_b_r_a_r_y _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l, publication
- SR-2165, for the printed version of this man page.
-